Use PEGetNSortFields to retrieve the number of sort fields in the specified report. This function is typically used as one of a series of functions (PEGetNSortFields called once; var reportAlertInfo : PEReportAlertInfo) : boolean stdcall; and PEGetHandleString called together as many times as needed to identify the correct sort field; and PESetNthSortField called once when the correct sort field is identified). The series can be used in a Custom
short CRPE_API PEGetNSortFields (
short printJob );
Specifies the print job for which you want to determine the number of sort fields contained. |
Declare Function PEGetNSortFields Lib "crpe32.dll" ( _
ByVal printJob As Integer ) As Integer
function PEGetNSortFields (
printJob: Word
): smallint stdcall;
EXTERN CWORD PEGetNSortFields (CWORD) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |